Skip to content

Set dataobject on JmeJoint#703

Open
neph1 wants to merge 3 commits into
jMonkeyEngine:masterfrom
neph1:Issue-695-save-attachmentnodes
Open

Set dataobject on JmeJoint#703
neph1 wants to merge 3 commits into
jMonkeyEngine:masterfrom
neph1:Issue-695-save-attachmentnodes

Conversation

@neph1

@neph1 neph1 commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

I have no idea what I'm doing, but it seems to work.

Fixes #695

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the JmeJoint constructor to accept and propagate a DataObject parameter, corrects a typo in the action name ('attachement' to 'attachment'), and ensures the DataObject is correctly set on child nodes in JmeSkinningControl. A critical issue was identified in JmeJoint.java where the instance field dataObject is incorrectly passed instead of the method parameter key2 during node creation, which could lead to uninitialized data objects.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/animation/JmeJoint.java Outdated
neph1 and others added 2 commits June 8, 2026 16:51
…JmeJoint.java

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SceneComposer doesn't save attachmentnodes

1 participant